home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / earkit / useful / hsc / src_docs / source.hsc < prev    next >
Text File  |  1996-11-06  |  1KB  |  34 lines

  1. <WEBPAGE chapter="hsc - " title="Source Code"
  2.     PREV="updates.html"
  3.     NEXT="bugs.html"
  4.     QTEXT=("I've been swimming in the dirty water<BR>"
  5.           +"I've been swimming where the fish won't go")
  6.     QAUTHOR='The Jesus & Mary Chain, "Dirty Water"'>
  7.  
  8. <H2>Availability</H2>
  9.  
  10. <P>The source archive should be available from the same location
  11. where you are supposed to get <A HREF="updates.html">updates</A>
  12. from. Look out for an archive called <FILE>hsc-source.lha</FILE>.
  13.  
  14. <H2>Compiling</H2>
  15.  
  16. The source archive contains a <KBD>README</KBD> how to compile the whole
  17. stuff. If you basically know how to cope with a C-compiler and a <makefile>,
  18. there should be no real problem for you.</P>
  19.  
  20. <H2>Portability</H2>
  21.  
  22. <P><hsc> was written in naked & masochistic ANSI-C. Even
  23. worse, it only uses functions of the standard library and does
  24. not require any Amiga- or Un*x-specific include files like
  25. <TG>dir.h</TG>, <TG>String.h</TG> or functions like <CODE>ReadArgs()</CODE>,
  26. <CODE>stricmp()</CODE> etc.</P>
  27.  
  28. This should ensure a maximum of portability. However, the
  29. handling of filenames is a system-dependant thing, which has
  30. to be adapted for every OS. See also the section about 
  31. <qq><A HREF="ports.html">Existing Ports</A></qq></P>
  32.  
  33. </WEBPAGE>
  34.